body{

    font-family:'Cairo',sans-serif;
    margin: 0;
}



.header {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #b30000;
    padding: 15px 6%;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;

    display: flex;
    justify-content: center;   /* Centers horizontally */
    align-items: center;       /* Centers vertically */
}

.logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.company-text h1 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.company-text p {
    margin: 4px 0 0;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Hover */

.logo-link:hover .logo {
    transform: scale(1.05);
    transition: .3s;
}

.logo-link:hover h1 {
    color: #ff3b3b;
    transition: .3s;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width:768px){

    .header{
        padding:15px 20px;
    }

    .logo-link{
        flex-direction:column;
        gap:10px;
    }

    .logo{
        width:55px;
        height:55px;
    }

    .company-text{
        text-align:center;
    }

    .company-text h1{
        font-size:22px;
    }

    .company-text p{
        font-size:12px;
    }

}

.promo-message{

    margin:35px 0;

    padding:28px;

    background:#fafafa;

    border-right:5px solid #c41212;

    border-radius:15px;

    color:#000000;

    font-size:28px;

    line-height:1.9;

    font-weight:500;

}
@media(max-width:768px){

.promo-message{

    font-size:28px;

    padding:22px;

    text-align:center;

    border-right:none;

    border-top:5px solid #c41212;

}

}

.promo-section{

    padding:90px 8%;

    background:#f7f7f7;

}

.promo-card{

    max-width:1350px;

    margin:auto;

    display:grid;/* ================= RESPONSIVE ================= */

@media (max-width: 992px){

    .promo-section{

        padding:60px 20px;

    }

    .promo-card{

        grid-template-columns:1fr;

        gap:0;

        background:#fff;

        border-radius:25px;

        overflow:hidden;

        box-shadow:0 20px 45px rgba(0,0,0,.12);

    }

    .promo-image{

        width:100%;

    }

    .promo-image img{

        width:100%;

        height:380px;

        object-fit:contain;

        display:block;

        border-radius:0;

        box-shadow:none;

        background:#fff;

    }

    .promo-content{

        width:100%;

        padding:35px 25px;

        text-align:center;

        box-sizing:border-box;

    }

    .promo-tag{

        font-size:13px;

        padding:7px 16px;

    }

    .promo-content h2{

        font-size:34px;

        margin:18px 0 10px;

    }

    .promo-subtitle{

        font-size:18px;

        margin-bottom:25px;

    }

    .promo-list{

        text-align:right;

        margin-bottom:25px;

    }

    .promo-list li{

        font-size:17px;

        margin-bottom:12px;

    }

    .promo-social{

        justify-content:center;

        margin:25px 0;

    }

    .promo-btn{

        width:100%;

        max-width:320px;

        margin:auto;

    }

}

@media (max-width:576px){

    .promo-section{

        padding:40px 15px;

    }

    .promo-card{

        border-radius:18px;

    }

    .promo-image img{

        height:280px;

    }

    .promo-content{

        padding:25px 18px;

    }

    .promo-content h2{

        font-size:28px;

    }

    .promo-subtitle{

        font-size:16px;

    }

    .promo-list li{

        font-size:16px;

    }

    .promo-social a{

        width:52px;

        height:52px;

    }

    .social-icon{

        width:24px;

    }

    .promo-btn{

        width:100%;

        height:52px;

        font-size:16px;

    }

    .arrow{

        font-size:24px;

    }

}

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:60px;

}

.promo-image img{

    width:100%;

    border-radius:25px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

     height: 100%;
    object-fit: cover;

}

.promo-tag{

    display:inline-block;

    background:#c41212;

    color:#fff;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;

}

.promo-content h2{

    font-size:52px;

    line-height:1.2;

    color:#111;

    margin-bottom:12px;

}

.promo-subtitle{

    font-size:20px;

    color:#888;

    line-height:1.8;

    margin-bottom:35px;

}

.promo-list{

    list-style:none;

    padding:0;

    margin:0;

}

.promo-list li{

    margin-bottom:16px;

    font-size:18px;

    position:relative;

    padding-left:30px;

}

.promo-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#c41212;

    font-weight:bold;

}

.promo-social{

    display:flex;

    gap:18px;

    margin:35px 0;

}

.promo-social a{

    width:58px;

    height:58px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#f3f3f3;

    border-radius:50%;

    transition:.35s;

}

.promo-social a:hover{

  

    transform:translateY(-5px);

}

.social-icon{

    width:28px;

}

.promo-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:16px;

    width:240px;

    height:56px;

    background:#c41212;

    color:#fff;

    border-radius:60px;

    text-decoration:none;

    font-size:18px;

    font-weight:600;

    transition:.35s;

    box-shadow:0 15px 30px rgba(196,18,18,.25);

}

.promo-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 45px rgba(196,18,18,.35);

}

.arrow{

    font-size:30px;

    display:inline-block;

    margin-right:4px;

    animation:arrowMove 1.2s infinite ease-in-out;

}

@keyframes arrowMove{

    0%,100%{

        transform:translateX(0);

    }

    50%{

        transform:translateX(10px);

    }

}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px){

    .promo-section{

        padding:60px 20px;

    }

    .promo-card{

        grid-template-columns:1fr;

        gap:0;

        background:#fff;

        border-radius:25px;

        overflow:hidden;

        box-shadow:0 20px 45px rgba(0,0,0,.12);

    }

    .promo-image{

        width:100%;

    }

    .promo-image img{
width: 250px;      /* Choose the size you want */
        height: auto;
        max-width: 100%;
        object-fit:contain;

        display:block;

        border-radius:0;

        box-shadow:none;

        background:#fff;

    }

    .promo-content{

        width:100%;

        padding:35px 25px;

        text-align:center;

        box-sizing:border-box;

    }

    .promo-tag{

        font-size:13px;

        padding:7px 16px;

    }

    .promo-content h2{

        font-size:34px;

        margin:18px 0 10px;

    }

    .promo-subtitle{

        font-size:18px;

        margin-bottom:25px;

    }

    .promo-list{

        text-align:right;

        margin-bottom:25px;

    }

    .promo-list li{

        font-size:17px;

        margin-bottom:12px;

    }

    .promo-social{

        justify-content:center;

        margin:25px 0;

    }

    .promo-btn{

        width:100%;

        max-width:320px;

        margin:auto;

    }

}

@media (max-width:576px){

    .promo-section{

        padding:40px 15px;

    }

    .promo-card{

        border-radius:18px;

    }

    .promo-image img{

        height:280px;

    }

    .promo-content{

        padding:25px 18px;

    }

    .promo-content h2{

        font-size:28px;

    }

    .promo-subtitle{

        font-size:16px;

    }

    .promo-list li{

        font-size:16px;

    }

    .promo-social a{

        width:52px;

        height:52px;

    }

    .social-icon{

        width:24px;

    }

    .promo-btn{

        width:100%;

        height:52px;

        font-size:16px;

    }

    .arrow{

        font-size:24px;

    }

}

a{
text-decoration: none;

}

.heading{
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

.heading img{
    width: 30px;
    height: 30px;
}


.text-icon{
    display: flex;
    align-items: center;
    gap: 10px; /* Space between the icon and text */
}

.text-icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.text-icon span{
    font-size: 18px;
    color: white;
}













